Skip to content

feat: World ID 4.0 Protocol#115

Merged
paolodamico merged 3 commits intomainfrom
v25
Nov 24, 2025
Merged

feat: World ID 4.0 Protocol#115
paolodamico merged 3 commits intomainfrom
v25

Conversation

@paolodamico
Copy link
Copy Markdown
Contributor

This is an ongoing branch.

@paolodamico paolodamico changed the title feat: World ID 4.0. Protocol feat: World ID 4.0 Protocol Nov 5, 2025
decentralgabe
decentralgabe previously approved these changes Nov 19, 2025
Copy link
Copy Markdown
Contributor

@decentralgabe decentralgabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@decentralgabe decentralgabe marked this pull request as ready for review November 19, 2025 04:55
@paolodamico
Copy link
Copy Markdown
Contributor Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread walletkit/Cargo.toml
Comment on lines 27 to 29
[features]
default = ["ffi", "semaphore"]
default = ["semaphore"]
semaphore = ["walletkit-core/semaphore"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Expose walletkit-core v4 feature to walletkit build

The new World ID 4.0 Authenticator lives behind walletkit-core’s v4 feature, but walletkit depends on walletkit-core with default-features = false (workspace Cargo.toml) and only forwards the semaphore feature here. As a result, building walletkit with its default feature set (e.g., via build_swift.sh or cargo build) does not enable walletkit-core/v4, so the Authenticator/world-id-core APIs introduced in this commit are never compiled into the exported FFI bindings. If the goal is to ship the new protocol, walletkit needs to forward the v4 feature (or stop disabling walletkit-core defaults), otherwise downstream consumers still get the pre-v4 surface.

Useful? React with 👍 / 👎.

@paolodamico paolodamico merged commit d048f63 into main Nov 24, 2025
14 checks passed
@github-actions github-actions bot mentioned this pull request Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants